for presentation
文字サイズイカれすぎ
code:style.css
.app.presentation {
--page-bg: hsla(var(--base-hue), 35%, 15%, .75) !important;
--text-color: hsl(var(--base-hue), 15%, 95%) !important;
--page-text-color: var(--text-color) !important;
--line-title-color: var(--text-color) !important;
--accent-color-2: hsl(var(--base-hue), 75%, 65%) !important;
--page-link-color: var(--accent-color-2) !important;
--accent-color-3: hsl(calc(var(--base-hue) + 128), 75%, 65%) !important;
--empty-page-link-color: var(--accent-color-3) !important;
}
.app.presentation .line.section-title {
font-size: 5rem;
}
.app.presentation .line.section-title .text {
text-align: left;
}
.app.presentation .line {
font-size: 3.5rem;
}
.app.presentation .drag-and-drop-enter {
background-image: none;
}